home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Firefox Backup Extension 6.0.3 / chrome / febe.jar / skin / febe.css < prev    next >
Cascading Style Sheet File  |  2008-08-18  |  4KB  |  150 lines

  1. @import url("chrome://global/skin/");
  2.  
  3. #febeTLBRbutton, toolbar[iconsize=small] #febeTLBRbutton {
  4.     list-style-image: url(chrome://febe/skin/febe_toolbar.png);
  5. }
  6. #febeTLBRbutton[status="normal"]{
  7.     -moz-image-region: rect(24px 24px 48px 0);
  8. }
  9. #febeTLBRbutton:hover[status="normal"]{
  10.     -moz-image-region: rect(0 24px 24px 0);
  11. }
  12. #febeTLBRbutton[status="disabled"]{
  13.     -moz-image-region: rect(48px 24px 72px 0);
  14. }
  15. toolbar[iconsize="small"] #febeTLBRbutton {
  16.     -moz-image-region: rect(16px 40px 32px 24px);
  17. }
  18. toolbar[iconsize="small"] #febeTLBRbutton:hover {
  19.     -moz-image-region: rect(0 40px 16px 24px);
  20. }
  21. radio[pane] {
  22.     list-style-image: url("chrome://febe/skin/febe_pref.png");
  23. }
  24. radio[pane=febeOptionsppID], radio[pane=cleoOptions] {
  25.     -moz-image-region: rect(0px, 32px, 32px, 0px);
  26. }
  27. radio[pane=febeOptionsppID]:hover, radio[pane=febeOptionsppID][selected="true"],
  28. radio[pane=cleoOptions]:hover, radio[pane=cleoOptions][selected="true"] 
  29. {
  30.     -moz-image-region: rect(32px, 32px,    64px, 0px)
  31. }
  32. radio[pane=extbudir], radio[pane=cleoExtbudir] {
  33.     -moz-image-region: rect(0px, 64px, 32px, 32px);
  34. }
  35. radio[pane=extbudir]:hover, radio[pane=extbudir][selected="true"], 
  36. radio[pane=cleoExtbudir]:hover, radio[pane=cleoExtbudir][selected="true"]
  37. {
  38.     -moz-image-region: rect(32px, 64px,    64px, 32px)
  39. }
  40. radio[pane=schedule] {
  41.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  42. }
  43. radio[pane=schedule]:hover, radio[pane=schedule][selected="true"] {
  44.     -moz-image-region: rect(32px, 96px,    64px, 64px)
  45. }
  46. radio[pane=debug] {
  47.     -moz-image-region: rect(0px, 128px, 32px, 96px);
  48. }
  49. radio[pane=debug]:hover, radio[pane=debug][selected="true"] {
  50.     -moz-image-region: rect(32px, 128px,    64px, 96px)
  51. }
  52. radio[pane=boxnet] {
  53.     -moz-image-region: rect(0px, 160px, 32px, 128px);
  54. }
  55. radio[pane=boxnet]:hover, radio[pane=boxnet][selected="true"] {
  56.     -moz-image-region: rect(32px, 160px,    64px, 128px)
  57. }
  58. radio[pane=notes], radio[pane=cleoNotes] {
  59.     -moz-image-region: rect(0px, 192px, 32px, 160px);
  60. }
  61. radio[pane=notes]:hover, radio[pane=notes][selected="true"], 
  62. radio[pane=cleoNotes]:hover, radio[pane=cleoNotes][selected="true"]
  63. {
  64.     -moz-image-region: rect(32px, 192px,    64px, 160px)
  65. }
  66.  
  67. .helpButton {
  68.     background: url(chrome://febe/skin/help_icons.png) 0 0 no-repeat;
  69.     display: block;
  70.     width: 14px;
  71.     height: 14px;
  72. }
  73.  
  74. .helpButton:hover {
  75.     background-position: -14px 0;
  76. }
  77.  
  78. .helpButton:active {
  79.     background-position: -28px 0;
  80. }
  81.  
  82. .rounded {
  83.     -moz-border-radius: 15px;
  84. }
  85.  
  86. .none{
  87.     display: none !important;
  88. }
  89.  
  90. #febestatusbar[status="normal"] #febestatusicon {
  91.         list-style-image: url(chrome://febe/skin/febeYesBU.png);
  92. }
  93.  
  94. #febestatusbar[status="warning"] #febestatusicon {
  95.         list-style-image: url(chrome://febe/skin/febeWarning.gif);
  96. }
  97.  
  98. #febestatusbar[status="nobackup"] #febestatusicon {
  99.         list-style-image: url(chrome://febe/skin/febeNoBU.png);
  100. }
  101.  
  102. .link {
  103.     color: #3366FF;
  104.     text-decoration: none;
  105.     cursor: pointer;
  106. }
  107. .link:hover {
  108.     text-decoration: underline ;
  109. }
  110.  
  111. #additionalItemsID {
  112.     height: 20px !important;
  113. }
  114.  
  115. .fontbold {
  116.   font-weight: bold;
  117. }
  118.  
  119. .font10 {
  120.   color: black;
  121.   font-size: 10pt;
  122. }
  123.  
  124. .font12 {
  125.   color: red;
  126.   font-size: 12pt;
  127.   font-weight: bold
  128. }
  129.  
  130. .fontXL {
  131.   font-weight: bold;
  132.   font-size: x-large;
  133. }
  134.  
  135. .fontI {
  136.   font-weight: bold;
  137.   font-style: italic;
  138. }
  139.  
  140. .fontI12 {
  141.   font-weight: bold;
  142.   font-size: 12pt;
  143.   font-style: italic;
  144. }
  145.  
  146. #febeHelpID, #cleoHelpID {
  147.   color: grey;
  148.   font-size: 8px;
  149. }
  150.